From 19c11163514a8844e48a56eb1ab668e3f7f54930 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2005 19:48:21 +0000 Subject: [PATCH] Explicitly document GtkStatusIcon as a non-widget. (#324181, Maciej 2005-12-19 Matthias Clasen * gtk/tmpl/gtkstatusicon.sgml: Explicitly document GtkStatusIcon as a non-widget. (#324181, Maciej Katafiasz) --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkstatusicon.sgml | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f494569dca..f3564e9eac 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-12-19 Matthias Clasen + + * gtk/tmpl/gtkstatusicon.sgml: Explicitly document GtkStatusIcon + as a non-widget. (#324181, Maciej Katafiasz) + 2005-11-28 Matthias Clasen * gtk/tmpl/gtkobject.sgml: Update docs on floating references diff --git a/docs/reference/gtk/tmpl/gtkstatusicon.sgml b/docs/reference/gtk/tmpl/gtkstatusicon.sgml index 512bfad3d1..8aa75bae61 100644 --- a/docs/reference/gtk/tmpl/gtkstatusicon.sgml +++ b/docs/reference/gtk/tmpl/gtkstatusicon.sgml @@ -28,6 +28,12 @@ On X11, the implementation follows the freedesktop.org "System Tray" be found e.g. in the GNOME and KDE panel applications. + +Note that a GtkStatusIcon is not a widget, but just +a #GObject. Making it a widget would be impractical, since the system tray +on Win32 doesn't allow to embed arbitrary widgets. + + -- 2.30.2